home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 40 / Issue 40.iso / pc / PCSoftware / ColdFusion Studio 4.5.1 Trial / ColdFusionStudio_Eval.exe / data1.cab / Wizards / CFML / Library_FileForm.wml < prev    next >
Encoding:
Text File  |  2000-04-03  |  1.1 KB  |  47 lines

  1. <HTML><HEAD>
  2.     <TITLE>$${ApplicationName} - Upload File</TITLE>
  3. </HEAD><BODY bgcolor="ffffff">
  4.  
  5. <FONT size="+1">$${ApplicationName}</FONT> <BR>
  6. <FONT size="+2"><B>Upload File</B></FONT>
  7.  
  8. <P>
  9.  
  10. <FORM action="$${SafeApplicationName}_FileAction.cfm" method="post" enctype="multipart/form-data">
  11.  
  12. <TABLE cellspacing=10>
  13.  
  14. <TR>
  15.     <TD valign="top" nowrap><B>Upload as</B>:</TD>
  16.     <TD valign="top">
  17.         <INPUT type="text" name="ServerFile"> <BR>
  18.         <FONT size=-1>
  19.         - Use this field if you want to change the name of the file
  20.         stored in the library. Otherwise leave blank.
  21.         </FONT>
  22.     </TD>
  23. </TR>
  24.  
  25. <TR>
  26.     <TD valign="top" nowrap><B>File</B>:</TD>
  27.     <TD valign="top">
  28.         <INPUT type="file" name="UploadedFile" size=30> <BR>
  29.         <FONT size=-1>
  30.         - Use the 'Browse...' button to locate the file on your local file system.
  31.         </FONT>
  32.     </TD>
  33. </TR>
  34.  
  35. <TR>
  36.     <TD colspan=2 align="center">
  37.         <INPUT type="submit" value="               Upload File              ">
  38.     </TD>
  39. </TR>
  40.  
  41. </TABLE>
  42.  
  43. </FORM>
  44.  
  45. [<A href="$${SafeApplicationName}_FileLibrary.cfm">Library</A>]
  46.  
  47. </BODY></HTML>